Defining MariaDB Table Triggers
The following properties are applicable to a MariaDB table trigger.
Tab |
Property |
Description |
Additional Information |
---|---|---|---|
General | Definer | Specifies the MySQL account to be used to check access privileges at trigger execution | |
Precedes/Follows | Specifies whether the trigger is added before or after the trigger specified in Other_Trigger_Name | ||
Other_Trigger_Name | Specifies the trigger before or after which the new trigger must be added |
Copyright © 2025 Quest Software, Inc. |